Feature: Enviar e-mail de invitacion al staff
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.700s |
Scenario: Con mi usuario de ghost quiero enviar una invitacion a un email con email invalido
Before
0m 0.819s
Given
I navigate to page "http://localhost:3001/ghost/"
0m 0.721s
And
I wait for 2 seconds
0m 2.193s
When
I enter login email "<USERNAME1>"
0m 0.322s
And
I wait for 1 seconds
0m 1.156s
And
I enter login password "<PASSWORD1>"
0m 0.223s
And
I wait for 1 seconds
0m 1.132s
And
I submit login
0m 0.318s
And
I wait for 3 seconds
0m 3.285s
Then
I should have a nav-bar with functions
0m 0.235s
When
I click on the "staff" function
0m 0.455s
And
I wait for 1 seconds
0m 1.323s
Then
I should have this "gh-btn gh-btn-green" button
0m 0.280s
When
I click invite people
0m 0.379s
And
I wait for 1 seconds
0m 1.310s
And
I enter invalid email Adress
0m 0.361s
And
I wait for 1 seconds
0m 1.288s
And
I send invitation
0m 0.319s
And
I wait for 6 seconds
0m 6.274s
Then
I should have email send error message
0m 0.291s
After
0m 0.016s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:3001/ghost/"
And
I wait for 2 seconds
When
I enter login email "<USERNAME1>"
And
I wait for 1 seconds
And
I enter login password "<PASSWORD1>"
And
I wait for 1 seconds
And
I submit login
And
I wait for 3 seconds
Then
I should have a nav-bar with functions
When
I click on the "staff" function
And
I wait for 1 seconds
Then
I should have this "gh-btn gh-btn-green" button
When
I click invite people
And
I wait for 1 seconds
And
I enter invalid email Adress
And
I wait for 1 seconds
And
I send invitation
And
I wait for 6 seconds
Then
I should have email send error message
After
NO IMAGE AVAILABLE